home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / gfx / misc / mpgtx-mos.lha / ChangeLog next >
Text File  |  2002-09-16  |  5KB  |  115 lines

  1. 30 August 2002 (Version 1.3):
  2.  [pb]   -Added support and fixes for mpeg2 muxed files. mpgtx should now split and join mpeg2 files correct
  3.  [pb]   - Improved mpgtx knowledge about length of mpeg2 movies
  4.  [pb]   - removed bug which was introduced in 1.2 where demuxing was broken
  5.  
  6. 18 August 2002 (Version 1.2):
  7.  [pb]   - mpgtx is now able to search for a valid pack through a whole file (-X)
  8.  [pb]   - added option to suppress progress output (faster) (-N)
  9.  [pb]   - fixed a bug where a buffer is at end and data could not be processed -> unplayable movies
  10.  [pb]   - increased file buffer for better performace to 2MB
  11.  [pb]   - added option to change the aspect ratio of a movie (-A )
  12.  [pb]   - added option to keep junk headers in splits (-P)
  13.  
  14. 27 August 2001:
  15.  [la]   - mpgtx now supports MPEG streams with leading zeros and skip them gracefully
  16.  [la]   - added some support for ill-formed system streams that don't begin with a PACK
  17.           header.
  18.       (both, thank to Søren Roug) 
  19.  
  20. 22 August 2001:
  21.  [la]   - Created a home made configure script that automagically checks
  22.           Large File support and GCC 3.0 tricks to produce correct CFLAGS
  23.           and LFLAGS. 
  24.  
  25. 20 August 2001: 
  26.  [la]   - Restored compatibility for systems older than glibc2.2+
  27.           to enable large file support build with `make lfs-support'
  28.  
  29. 10 August 2001: (large file support)
  30.  [ms]   - support for files larger than 2GB on systems supporting Single UNIX
  31.           Specification 2.0. Requires glibc2.1+ for build but actual support
  32.           requires both glibc2.2+ and Linux kernel 2.4+
  33.  [la]   - Cosmetic changes
  34.       (The Entire Large File Support code is the courtesy of Mattias Sandgren
  35.            Please stand up and applause )
  36.  
  37. 6  August 2001
  38.  [la]   - tagmp3 used to return 1 even on success. changed that so that it could be
  39.           used in scripts. 
  40.           (A big thank to C. R. Johnson for that.)
  41.  
  42. 23 July 2001 : mpgtx v 1.0 released
  43.  [la]   - bug reports are rare by now. So I guess it's time for the first so called 
  44.           "stable" version. Here it is.
  45.  [la]   - replaced friend foo with friend class foo that caused compilation errors 
  46.           with gcc 3.0
  47.       (thank to Fred Hernandez)
  48.  
  49. 19 June 2001 :
  50.  [la]   - fixed a bug in demultiplexer 
  51.           (thank to Steven M Shultz)
  52.  
  53. 29 May 2001 : mpgtx version 0.8b released
  54.  [la]   - fixed another segfault, still on exotic files.
  55.           (thank to Aaron Brick)
  56.  
  57. 23 May 2001 :
  58.  [la]   - renamed mp3tag to tagmp3 because of a conflict with mp3blaster in debian
  59.  
  60. 17 May 2001 : mpgtx version 0.7b released
  61.  [la]   - segfault fixed on exotic mpeg files. 
  62.           (thank to Steven M. Schultz)
  63.  
  64. 24 April 2001 : mpgtx version 0.6b released
  65.  [la]   - MAJOR bug fixed that caused unplayable files.
  66.  [la]   - fixed bug in mp3tag : ERROR : No valid ID3 tag in WriteID3
  67.  
  68. 13 April 2001 : mpgtx version 0.5b released
  69.  [la]   - Added bug report helper.
  70.  [la]   - Added mp3tag, a handy ID3 tagging and file sorting utility
  71.  [la]   - Corrected bug in Timestamping : players should not freeze anymore
  72.  [la]   - MPEG 2 timestamping should be okay.
  73.  
  74. 3 April 2001 : mpgtx version 0.4b released
  75.  [la]   - demultiplex is available (-d option)
  76.  [la]   - MPEG 2 transport stream support (info and demultiplex)
  77.  [la]   - MPEG 2 support improved
  78.  [la]   - various bug fixes (and many other added):
  79.  [la]   - Sigsegv when outputing on an existing file
  80.           (Thank to Jean-Fransisco system (alias Nicolas Schieli))
  81.  [la]   - Wrong audio frame boundary computation produced empty ranges.
  82.  [la]   - Muxrate is now parsed and printed in info mode.
  83.  
  84. 23 March 2001 : mpgtx version 0.3b released
  85.  [la]   - makefile has now three goals : devel shared & static
  86.           default goal is devel.
  87.  [la]   - mpgtx now looks for a valid audio frame boundary, this
  88.           was an issue with variable bitrate mp3s
  89.  [vm]   - Volker Moell contributed a mpgtx.spec for rpm building
  90.           rpms are coming soon.
  91.  [vm]   - minor bug corrected in mpeg::ParseRIFF thank to Volker
  92.           again.
  93.  
  94. 22 March 2001 : mpgtx version 0.2b released
  95.  [la]   - mt is now called mpgtx (old name was the same as
  96.           a well known magnetic tape utility. sorry)     
  97.           (thank to hundred of mails)
  98.  [la]   - -o is now allowed in split mode (if only one chunk)
  99.           mpgtx does not append a "-1.mpg" when base name 
  100.           is specified and only one chunk is present.
  101.  [la]   - fixed the 80 column issue for the -h option 
  102.       (thank to Volker Moell)
  103.  [la]   - access() is now home made mpgtx_access for 
  104.           portability reasons.
  105.  [la]   - various compiler errors under RedHat 7 fixed 
  106.           (thank to Chris Chabot) 
  107.  
  108. 20 March 2001 : mt version 0.1b released
  109.  [la]   - mt initial release
  110.  
  111.  
  112. Major contributors:
  113. [la] : laurent alacoque
  114. [pb] : philipp biermann
  115.